home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_demo-version / egs_devels / c-include / clib / gbmenuselect_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  643 b   |  27 lines

  1. /**
  2.  **  Prototypes for gbmenuselect.library
  3.  **
  4.  **  Created: 03. Aug 1992   us
  5.  **  Changed: 03. Aug 1992
  6.  **  Changed: 10. Jan 1993   jsm
  7.  **
  8.  **/
  9.  
  10. #ifndef         EXEC_TYPES_H
  11. #include        <exec/types.h>
  12. #endif
  13. #ifndef         EGS_EGSINTUI_H
  14. #include        <egs/egsintui.h>
  15. #endif
  16. #ifndef         EGS_EGSGADBOX_H
  17. #include        <egs/egsgadbox.h>
  18. #endif
  19. #ifndef         EGS_EGB_GBMENUSELECT_H
  20. #include        <egs/egb/gbmenuselect.h>
  21. #endif
  22.  
  23. EB_GadBoxPtr EGB_CreateMenuGadget(EB_GadContext con, LONG id,
  24.                                   EB_StrArrayPtr elems);
  25. void EGB_ModifyMenuGadget(EI_WindowPtr win, EI_GadgetPtr gad, WORD num);
  26.  
  27.